home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17007 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: smarty.smart.net!dave
  2. From: dave@smarty.smart.net (Dave Clausen)
  3. Newsgroups: comp.lang.c++
  4. Subject: Couple of Visual C++ questions
  5. Date: 13 Apr 1996 04:38:52 GMT
  6. Organization: Smartnet Internet Services [via news]
  7. Message-ID: <4knb4s$vl0@news.smart.net>
  8. NNTP-Posting-Host: smarty.smart.net
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. Hi!  I have a few 16 bit Visual C++ questions.  Any help would be very 
  12. much appreciated.
  13.  
  14. 1.  I want a dialog which is like CFileDialog, except that it ONLY allows 
  15. the user to select a directory (not a file).  This type of dialog is 
  16. useful for allowing the user to select the destination directory where a 
  17. softwarer package will be installed.  Any hints as to where I should start?
  18.  
  19. 2.  I want another modal dialog which will start doing something as soon 
  20. as it is created.  Specifically, it will start installing software and 
  21. show the progress.  The problem is, OnInitDialog specifies things to do 
  22. just BEFORE the window is created.  I want the dialog to automatically do 
  23. something just AFTER the window is created.  In the meantime, I have a 
  24. button called "go!" which the user must press before the software installs.
  25.  
  26. 3.  Where can I find out how to do disk-specific activities?  
  27. Specifically, I want to format a floppy from within my C++ program, and I 
  28. want to check how much drive space is available.
  29.  
  30. Thanks so much,
  31. Dave Clausen
  32.  
  33. dave@smart.net
  34.